home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-help-2-0.6-setup.exe / {app} / share / gimp / 2.0 / help / en / gimp-help-screen.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-12-19  |  4.8 KB  |  304 lines

  1. /* This file is part of gimp-help-2. It is copyrighted under the GNU
  2.    Free Documentation License Version 1.1 which you can get from
  3.    http://www.gnu.org */
  4.  
  5. @media screen {
  6.   /* globals */
  7.   body {
  8.     font-size: small;
  9.     font-family: Verdana, sans-serif;
  10.     margin: 0;
  11.     padding: 0;
  12.   }
  13.  
  14.   h1, h2 {
  15.     font-size: x-large;
  16.     font-family: Georgia, Times, serif;
  17.     clear: both;
  18.   }
  19.  
  20.   h3, h4, h5, p.title {
  21.     font-size: medium;
  22.     font-weight: bold;
  23.     width: 70%;
  24.     border-bottom: 1px solid black;
  25.     letter-spacing: 2px;
  26.     margin-top: 30px;
  27.     clear: both;
  28.   }
  29.   
  30.   h3, h4 {
  31.     text-decoration: underline;
  32.     border: 0;
  33.     letter-spacing: normal;
  34.   }
  35.  
  36.   dt {
  37.     clear: both;
  38.   }
  39.   
  40.   li {
  41.     clear: both;
  42.   }
  43.  
  44.   div.itemizedlist li {
  45.     clear: none;
  46.   }
  47.   
  48.   .term { 
  49.     border-bottom: 1px dotted black; 
  50.     clear: both;
  51.   }
  52.  
  53.   title { margin: 0px; }
  54.  
  55.   p {
  56.     display: block;
  57.     margin: 5px 0;
  58.     margin-bottom: 15px;
  59.     width: 70%;
  60.     min-width: 40em;
  61.   }
  62.   
  63.   .filename {
  64.     font-size: medium;
  65.     font-family: Courier, monospace;
  66.   }
  67.  
  68.   /* don't display anchor tags with only an id attribute */
  69.   p a[id] {
  70.     margin: 0;
  71.     padding: 0;
  72.     display: inline;
  73.     background-image: none;
  74.   }
  75.   
  76.   p a, p a:hover, .mousebutton {
  77.     margin-left: 5px;
  78.     padding-left: 10px;
  79.     background-image: url("../images/link.png");
  80.     background-repeat: no-repeat;
  81.     background-position: center left;
  82.   }
  83.  
  84.   p .guiicon {
  85.     position: relative;
  86.     top: 12px;
  87.   }
  88.   
  89.   dd {
  90.     margin: 5px 40px;
  91.     margin-right: 0;
  92.   }
  93.  
  94.   hr {
  95.     border: 0px;
  96.     border-top: 1px solid black;
  97.     width: 70%;
  98.     margin-top: 20px;
  99.     padding-bottom: 10px;
  100.   }
  101.  
  102.   a {
  103.     color: blue;
  104.     text-decoration: none;
  105.   }
  106.  
  107.   a:hover {
  108.     text-decoration: underline;
  109.     color: black;
  110.   }
  111.  
  112.   div.navheader, 
  113.   div.navfooter {
  114.     background-color: #d6ba00;
  115.     color: black;
  116.     clear: both;
  117.   }
  118.  
  119.   div.navheader table th {
  120.     font-family: Georgia, Times, serif;
  121.     font-size: x-large;
  122.   }
  123.  
  124.   div.navheader table th#chaptername {
  125.     font-family: Georgia, Times, serif;
  126.     font-size: large;
  127.   }
  128.  
  129.   div.navheader table, 
  130.   div.navfooter table {
  131.     border: 1px solid black;
  132.     border-left: 0;
  133.     border-right: 0;
  134.   }
  135.  
  136.   div.navheader table td a,
  137.   div.navfooter table td a {
  138.     color: #fff5b0;
  139.     text-decoration: none;
  140.   }
  141.  
  142.   /* normal text in the footer */
  143.   div.navfooter table td {
  144.     color: black;
  145.   }
  146.     
  147.   /* links in header and footer */
  148.   div.navheader table td a:hover,
  149.   div.navfooter table td a:hover {
  150.     text-decoration: underline;
  151.     background-color: transparent;
  152.   }
  153.  
  154.   div.navheader table td a:visited,
  155.   div.navfooter table td a:visited {
  156.     color: #686868;
  157.   }
  158.  
  159.   div.navheader hr, div.navfooter hr{
  160.     display: none;
  161.   }
  162.  
  163.   div.book,
  164.   div.chapter,
  165.   div.sect1, 
  166.   div.sect2,
  167.   div.sect3,
  168.   div.appendix, 
  169.   div.section, 
  170.   div.glossary,
  171.   div.bibliography
  172.   div.index {
  173.     margin: 3em;
  174.   }
  175.  
  176.   /* table of contents */
  177.   div.toc {
  178.     border: 1px solid black;
  179.     padding: 0px 10px;
  180.     background-color: #fff9cd;
  181.     color: black;
  182.     margin-bottom: 1cm;
  183.     width: 80%;
  184.   }
  185.  
  186.   div.toc b { font-size: 140%; }
  187.  
  188.   div.toc a {
  189.     margin-left: 5px;
  190.     margin-bottom: 5px;
  191.   }
  192.  
  193.   /* toc definitions for different sections and chapters */
  194.  
  195.   div.book div.toc {
  196.     background-color: transparent;
  197.     border: 0;
  198.     padding: 0;
  199.     font-size: medium;
  200.   }
  201.  
  202.   div.book div.toc .chapter a {
  203.     display: block;
  204.     border-bottom: 1px dotted black;
  205.   }
  206.  
  207.   .procedure {
  208.     width: 90%;
  209.   }
  210.  
  211.   .warning, .caution, .tip, .note {
  212.     min-width: 60%;
  213.     max-width: 70%;
  214.     padding: 0 0 0 10px;
  215.     margin: 10px 0;
  216.     clear: right;
  217.   }
  218.   
  219.   .warning {
  220.     border: 1px solid darkred;
  221.     background-color: #ff9999;
  222.   }
  223.  
  224.   .caution {
  225.     border: 1px solid #827206;
  226.     background-color: #ffdd00;
  227.   }
  228.  
  229.   .tip {
  230.     border: 1px solid darkblue;
  231.     background-color: #c3d4de;
  232.   }
  233.   
  234.   .note {
  235.     border: 1px solid darkgreen;
  236.     background-color: #b0e1a9;
  237.   }
  238.  
  239.   .warning p {
  240.     min-width: 90%;
  241.   }
  242.  
  243.   .caution p {
  244.     min-width: 90%;
  245.   }
  246.  
  247.   .tip p {
  248.     min-width: 90%;
  249.   }
  250.  
  251.   .note p {
  252.     min-width: 90%;
  253.   }
  254.  
  255.  
  256.   div.sect1 .title { margin-left: -20px; }
  257.  
  258.   div.sect2 .title { margin-left: -10px; }
  259.  
  260.   
  261.   .guilabel, .guimenu, .guisubmenu, .guimenuitem {
  262.     background-color: #eeeee6;
  263.     padding: 2px 5px;
  264.   }
  265.  
  266.   b.keycap, .keycap {
  267.     background-color: #eeeee6;
  268.     padding: 1px 5px;
  269.     border: 1px solid #999999;
  270.     margin: 0 2px;
  271.   }
  272.  
  273.   .acronym { text-transform: uppercase; }
  274.  
  275.   /* temporary disabled
  276.   .informalfigure { 
  277.     margin-left: 1.5em;
  278.     margin-bottom: 1.5em;
  279.     float: right;
  280.     clear: right;
  281.     }
  282.   */
  283.  
  284.   .informaltable { 
  285.     width: 70%;
  286.     min-width: 50%;
  287.     margin: 5em 0;
  288.     }
  289.  
  290.   .mousebutton {
  291.     background-image: url("../images/mousebutton.png");
  292.   }
  293.  
  294.  
  295.   .title {
  296.     clear: both;
  297.     }
  298.  
  299.   div.caption {
  300.     font-weight: bold;
  301.   }
  302.  
  303. }
  304.